﻿namespace Lightbug.CharacterControllerPro.Implementation
{
    public interface IUIAction
    { 
        string ActionName { get; }
    }
}

